home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Graphics
/
ContourPlot
/
Source
/
ContourPlot.nib
/
data.classes
next >
Wrap
Text File
|
1993-01-26
|
824b
|
61 lines
FirstResponder = {
ACTIONS = {
};
SUPERCLASS = Object;
};
ContourView = {
ACTIONS = {
copy:;
clear:;
copyPScode:;
};
OUTLETS = {
};
SUPERCLASS = View;
};
ContourPlotApp = {
ACTIONS = {
open:;
flipYAction:;
setTickMark:;
openSample:;
colorWellsAction:;
setLineWidth:;
setAxis:;
clearAction:;
appDidInit:;
setGridMesh:;
useColorAction:;
viewSampleFile:;
setNInterpolation:;
setGridSpacing:;
drawAction:;
setNcontourLevels:;
};
OUTLETS = {
nxField;
ymaxField;
nlevelField;
darkCWell;
openPanel;
axisSwitch;
commentText;
nxInterpField;
xminField;
nyInterpField;
yminField;
contourView;
gridSwitch;
tickSwitch;
bgCWell;
versionField;
nyField;
lineCWell;
xmaxField;
ygStepField;
brightCWell;
xgStepField;
};
SUPERCLASS = Application;
};